<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset"utf-8";


#header {
    width: 100%;
    z-index: 99999;
    transition:all .3s;
}
.header_wrap {
    height:100px;
}
#header.header_on .header_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.header_flex{
    align-items: center;
    height: 100px;
}
.logo {
    flex: 1;
    height:40px;
}
.logo img {
    height: 100%;
    width: auto;
}
.top_right_btn {
    flex: 1;
    justify-content:flex-end;
}
.top_right_btn&gt;div {
    color:#898989;
}
.nav_pc_on {
    position: fixed;
    width:100%;
    top: 0;
    left: 0;
    background: #2a343d;
    z-index: 999;
}
.nav_pc li {
    position: relative;
    margin:0 5px;
}
.nav_pc li&gt;a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    line-height:50px;
    color:#000;
	font-weight:bold!important;
    font-weight: 500;
    text-align: center;
    width: 140px;
    background: #fff;
}

.nav_pc li.cur&gt;a, .nav_pc li a:hover {
    /*background: var(--theme-color);*/
    color:#e60012;
}

.nav_pc li .sub_nav {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: all 300ms;
    top: 120px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.nav_pc li:hover .sub_nav {
    top:50px;
    opacity: 1;
    visibility: visible;
}
.nav_pc li .sub_nav a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 20px;
    border-bottom:1px solid #ddd;
}
.nav_pc li .sub_nav a:hover {
     background-color: #000;
    color: #fff;
}
.topsearch {
    line-height:100px;
}
.topsearch i {
    font-size:18px;
    margin:0 7px;
    color:#005ead;
    cursor: pointer;
}
.mobile_banner {
    display: none;
}
.phone_top_nav {
    display: none;
}
.phone_top_nav .sub_nav_phone {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.phone_top_nav .sub_nav_phone a {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    color: #333;
}
.header_icon {
    justify-content: flex-end;
}
.header_icon .ico {
    font-size: 14px;
    color:#000;
    line-height: 85px;
    margin-right: 15px;
}
.header_icon .ico a {
    color: #000;
}
.header_icon .ico i {
    background: #114c97;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 7px;
}
.phone_menu_btn {
    font-size: 16px;
    color: #000;
    display: none;
}
.phone_menu_btn .line {
    position: relative;
    display: block;
    width:19px;
    height: 2px;
    margin: 4px 0;
    background: var(--theme-color);
    -webkit-transition: .3s;
    transition: .3s;
}
.phone_menu_btn span {
    position: absolute;
    left: 32px;
    top: 2px;
}
.phone_top_nav {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    height: 100%;
    border-top:1px solid #ccc;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    padding: 60px 30px 30px;
    transition: .5s;
    transform: translateY(-100%);
}
.phone_top_nav li&gt;a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #5a5657;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.phone_top_nav .sub_nav {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.phone_top_nav .sub_nav a {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    color: #333;
}
.header_active .line:nth-of-type(1) {
    -webkit-transform: translateY(5.5px) rotate(-45deg);
    -ms-transform: translateY(5.5px) rotate(-45deg);
    transform: translateY(5.5px) rotate(-45deg);
}
.header_active .line:nth-of-type(2) {
    opacity:0;
}
.header_active .line:nth-of-type(3) {
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    -ms-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-6.5px) rotate(45deg);
}
.header_active .phone_top_nav {
    transform: translateY(0);
}
/* phone_fixed_menu */
 .phone_fixed_menu {
    border-top: 1px solid #E5E9F2;
    width: 100%;
    height: 55px;
    background: #fff;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    display: none;
}
.phone_fixed_menu ul li {
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 55px;
    line-height: 1.2;
}
.phone_fixed_menu ul li a {
    display: block;
}
.phone_fixed_menu ul li i {
    font-size:20px;
    color:#333;
}
.phone_fixed_menu ul li p {
    color:#333;
    font-size:14px;
}
/* banner */
 .banner {
    position: relative;
}
.banner .item {
    position: relative;
}
.banner .item video {
    max-width: 100%;
}
.banner .item a {
    display: block;
}
.banner .item .con {
    position: absolute;
    left: 0;
    top: 0;
    transform:translate(0, -50%);
}
.banner .item .con h4 {
    font-size:36px;
    color:#fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.banner .item .con span {
    color:#fff;
    font-size:18px;
    display: block;
}
.banner .item .con span:after {
    display: block;
    content:'';
    width: 85px;
    height: 4px;
    background: #fff;
    margin:15px 0 25px;
}
.banner .item .con p {
    font-size:16px;
    color:#fff;
    margin-bottom: 50px;
}
.banner_txt {
    background: rgba(39, 44, 76, .9);
    padding: 60px 95px;
    width: 66%;
    left: 14vw;
    top: 7vw;
    position: absolute;
}
.banner .item .img img {
    width:100%;
}
.banner .owl-pagination {
    position: absolute;
    bottom: 0;
    width:100%;
    text-align: center;
    left:0;
    height:40px;
}
.banner .owl-pagination&gt;div {
    display: inline-block;
    width:7px;
    height:7px;
    background: #fff;
    border-radius: 50%;
    text-indent: -9999px;
    margin:0 7px;
    border: 1px solid #fff;
    position: relative;
}
.banner .owl-pagination&gt;div.active:after {
    width:19px;
    height:19px;
    border-radius: 50%;
    content:'';
    display: block;
    position: absolute;
    border:1px solid #fff;
    left:-7px;
    top: -7px;
}
.mb_banner {
    display: none!important;
}
/*首页css__start*/

/*公用头部*/


 .tit_box1 {
    text-align: center;
    padding: 40px 0 40px;
}
.tit_box1 .tit p {
    /*text-transform: uppercase;*/
    color:#666;
    font-size:14px;
    line-height: 1.6;
}
.tit_box1 .tit h4 {
    margin-top: 15px;
    font-size: 32px;
    color: #595959;
    position: relative;
    font-family: '微软雅黑' !important;
    font-weight: bold;
}
.tit_box1 .tit h4 span{
    color:#333;
}
.tit_box1 .tit2 h4 {
    margin-top: 15px;
    font-size: 32px;
    color: #fff;
    position: relative;
    font-family: '微软雅黑' !important;
    font-weight: bold;
}
.tit_box1 .tit2 p{
    color:#D3D3D3;
    font-size:14px;
    line-height: 1.6;
}
.tit_box2{
    text-align: left;
}
.tit_box2 .con{
    font-size:16px;
    color:#666;
}

.tit_box3{
    padding: 80px 40px 40px 0;
}
.tit_box3 .tit{
    align-items: center;
}
.tit_box3 .tit h4{
    font-size:44px;
    color:#333;
}
.tit_box3 .tit p{
    font-size:16px;
    color:#666;
    margin-left: 20px;
}
.tit_box3 .con{
    font-size:18px;
    color:#666;
    margin-top: 20px;
}
.tit_box4{
    text-align: center;
    padding-right: 0;
}
.tit_box4 .tit p{
    font-size:16px;
    margin-top: 15px;
}
.w_fline-001 {
    width: 100%;
    max-width: 70px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
		}
.w_fline-001 .w_fline {
    width: 100%;
    min-height: inherit;
    font-size: 0;}
	.w_fline-001 .p_FLine {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #ce000c;
}
.w_fline-001 .w_fline:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
    width: 0;
}

/* bg */
 .bg1 {
	background:url(../images/abgg.jpg) no-repeat left;
}
.bg2 {
    background:#111;
}
.bg3 {
    background:linear-gradient(to right , #343434 50% , var(--theme-color) 50%);
}
.bg4 {
}
.bg5 {
    background: url(../images/bg5.jpg) no-repeat center;
}
.bg6 {
	background: url(../images/omin.png) no-repeat center;
}
.bg7 {
	background: url(../images/xy018.jpg) no-repeat center;
}

/* product_xl 
.product_xl .product_xl_con{
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
}*/

 li dl {
	text-align: center;
}

.product_xl li .pic {
	overflow: hidden;
	position: relative
}

.product_xl li .pic:after {
	content: "";
	display: block;
}

.product_xl li .pic img {
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

.product_xl li .pic a.proLink {
	display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 26px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    color: #fff;
	font-weight: bold;
}

.product_xl li .tit {
	height: 45px;
	line-height: 45px;
    overflow:hidden;
	font-size: 14px;
}

.product_xl li .tit a {
	color: #333;
    height: 56px;
	line-height: 56px;
    overflow:hidden;
	display: block
}

.product_xl li:hover .pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.product_xl li:hover .tit {
	font-size: 16px;
	font-weight: bold;
	border-color: #c00008
}
.product_xl a.tit {
	margin:5px;
}

.product_xl .more {
	text-align:center;
	margin-top:50px;
}

.product_xl .more a{
	padding:10px 40px;
	border:solid 1px #272727;
	font-size:18px;
	color:#272727;
	transition: .3s;
}

.product_xl .more a:hover{
	color:#565656;
	border:solid 1px #565656;
}

@media (max-width:1000px) {
	.product_xl li {
		padding: 0 5px;
		margin: 10px 0
	}
}

@media (max-width:640px) {
	.product_xl li {
		width: 100%;
	}
}

/* product_con */
.product_con li dl {
	margin: 2em 0 2em 0;
	text-align: center;
	/*padding: 10px;*/
    border-bottom: 1px solid #ccc;
}

.product_con li dl:hover{
	/*border: 1px solid #f40;*/
}


.product_con li .pic {
	overflow: hidden;
	position: relative
}

.product_con li .pic:after {
	content: "";
	display: block;
}

.product_con li .pic img {
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

.product_con li .tit {
	height: 45px;
	line-height: 45px;
    overflow:hidden;
	font-size: 14px;
}

.product_con li .tit a {
	color: #333;
    height: 56px;
	line-height: 56px;
    overflow:hidden;
	display: block
}

.product_con li:hover .pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.product_con li:hover .tit {
	font-size: 16px;
	font-weight: bold;
	border-color: #c00008
}
.product_con a.tit {
	margin:5px;
}

.more {
	text-align:center;
	margin-top:50px;
}

.more a{
	padding:10px 40px;
	border:solid 1px #272727;
	font-size:18px;
	color:#272727;
	transition: .3s;
}

.more a:hover{
	color:#ce000c;
	border:solid 1px #ce000c;
}

@media (max-width:1000px) {
	.product_con li {
		padding: 0 5px;
		margin: 10px 0
	}
}

@media (max-width:640px) {
	.product_con li {
		width: 50%;
	}
}

/* about_con */

 .about_con {
    padding:40px 50px 0 0;
    font-size:14px;
}
.about_con .tit{
    font-size: 24px;
    color: #d71518;
    margin-bottom: 20px;
    font-weight: bold;
}
.about_con .con{
    font-size:16px;
	line-height:1.7;
}
.about_con .con p {
    margin-bottom: 15px;
	color: #000;
}
.about_con .box {
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	position: absolute;
}
.about_con .box_1 {
	padding: 1.5vw 0vw;
	width: 15vw;
	max-width: 223px;
}
.about_con .box_img {
	width: 43px;
	height: 42px;
	margin: 0 auto 18px;
	background-size: contain;
}
.about_con .box_con * {
	text-align: center;
	padding-bottom: 12px;
	transition: all 0.6s ease;
}
.about_con .box_con h3 {
	font-size: 14px;
	color: #9f9f9f;
	transition: all 0.6s ease;
	display: none;
}
.about_con .box_con p {
	font-size: 14px;
	color: #000;
	transition: all 0.6s ease;
}
.about_con .img1 {
	background: url(../images/ico01.png);
	background-size: cover;
}
.about_con .img2 {
	background: url(../images/ico02.png);
	background-size: cover;
}
.about_con .img3 {
	background: url(../images/ico03.png);
}
.about_con .img4 {
	background: url(../images/ico04.png);
}
.about_con .box_1:hover {
	background: #e62129;
	transition: all 0.6s ease;
}
.about_con .box_1:hover h3 {
	color: #fff;
	transition: all 0.6s ease;
}
.about_con .box_1:hover p {
	color: #fff;
	transition: all 0.6s ease;
}
.about_con .box_1:hover .box_img {
	transition: all 0.6s ease;
	transform: rotateY(180deg);
}
.about_con .box_1:hover .img1 {
	background: url(../images/ico011.png);
	background-size: cover;
}
.about_con .box_1:hover .img2 {
	background: url(../images/ico021.png);
	background-size: cover;
}
.about_con .box_1:hover .img3 {
	background: url(../images/ico031.png);
}
.about_con .box_1:hover .img4 {
	background: url(../images/ico041.png);
}
@media only screen and (max-width:1450px) {
.about_con .box {
	left: 5%;
	bottom: 10%;
	width: 50%;
}
.about_con .box_1 {
	padding: 10px 0;
	width: 25%;
}
.about_con .box_img {
	wdith: 36px;
	height: 36px;
}
.about_con .box_con h3 {
	font-size: 16px;
}
.about_con .box_con p {
	font-size: 16px;
}
}
@media only screen and (max-width:1024px) {
.about_con .box {
	position: relative;
	width: 90%;
	left: 5%;
}
.about_con .box_1 {
	max-width: none;
}
}
@media only screen and (max-width:768px) {
.about_con .box {
	margin-bottom: 3rem;
}
.about_con .box_img {
	wdith: 30px;
	height: 30px;
}
.about_con .box_con h3 {
	font-size: 14px;
}
.about_con .box_con p {
	font-size: 16px;
}
}
@media only screen and (max-width:450px) {
.about_con .box_img {
	wdith: 28px;
	height: 28px;
}
.about_con .box_con h3 {
	font-size: 12px;
	min-height: 38px;
}
.about_con .box_con p {
	font-size: 14px;
}
}

/* category */
.category li {
	position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.cate_item {
	margin-bottom: 30px;
}
.cate_img {
	float: left;
    margin: 10px 0;
	padding:0px;
    overflow: hidden;
    text-align: center;
    height: auto;
    z-index: 1;
}
.cate_img img {
	background: #fff;
    padding: 8px;
	width:100%;
	border: 1px solid #eee;
}
.cate_txt {
	overflow: hidden;
    padding: 6% 9% !important;
    height: auto;
	border:1px solid #e6e6e6;
	content:'';
	position:relative;
	left:-5%;
	top:0;
	display:block;
	background:#fff;
}
@media (min-width:768px) and (max-width:991px){
	.cate_txt {
    padding: 8% 6%;    
  }
}
.cate_txt h4 {
	color: #37474f;
    font-size:1.5rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
}
.cate_txt h4:before {
	content:'';
	width:45px;
	height:3px;
	background:#f6bb19;
	position:absolute;
	top:30px;
}
.cate_txt p {
	color: #777;
    font-size: 14px;
    line-height: 26px;
    height: 114px;
    overflow: hidden;
    padding: 13px 0 0;
    width: 100%;
}
.cate_txt:hover {
	background:#13a0b2;
}
.cate_txt:hover h4,.cate_txt:hover p {
	color:#fff;
}

.home-adv{
	overflow: hidden;
    width: 100%;
	text-align:center;
	position:relative;
}

/*ipro_con*/

.ipro_con {
	text-align: center;
}
.ipro_con li {
	position: relative;
    float: left;
    min-height: 1px;
    padding:0 15px;
    margin-bottom: 22px;
}
.ipro_in {
	text-align: center;

}
.ipro_img {
	position: relative;
    overflow: hidden;
	cursor: pointer;
}
.ipro_img img{
	display: inline;
	width: 100%;
	height: 100%;
}
.ipro_txt .tit{
	height: 35px;
    line-height: 35px;
	font-size:14px;
	overflow: hidden;
}
.ipro_txt .tit a{
	overflow: hidden;
	display: block;
}
.news_con{
	font-size: 16px;
}
.news_con .news-1 {
	padding: 0;
	font-weight:bold;
}
.news_con .news-1 .news-1_image{
	max-height: 390px;
    overflow: hidden;
}

.news_con .news-1 dl {
	/*margin-right:5%*/
}

.news_con .news-1 .news-1_con {
	
}
.news_con .news-1 dl .news-1_con a{
	background-color: rgba(187, 24, 24,.8);
    position: absolute;
    bottom: 0px;
    padding: 30px;
    right: 0px;
    left: 0px;
    color: #fff;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_con .news-2 {
	float: right;
	padding-right: 0;
	padding-left: 0;
	font-weight:bold;
}
.news_con .news-2 a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_con .news-2 p{
	font-size: 14px;
    height: 46px;
    line-height: 26px;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 10px 0 15px 0;
	font-weight:normal;
}

.news_con .news-2 dl {
	margin-left:5%;
	overflow:hidden;
}

.news_con .news-2 li {
	margin-bottom: 15px;
	border-bottom:1px dashed #ccc;
}

.news-2 .time {
	font-size: 12px;
	font-family: arial;
	color: #ccc;
	font-weight:normal;
}

@media (max-width:1100px) {
	.news_con{
	font-size: 14px;
	}
	.news_con .news-1 {
		width: 60%
	}

	.news_con .news-2 {
		width: 40%
	}
}

@media (max-width:950px) {
	.news_con .news-1 {
		width: 100%
	}

	.news_con .news-1 dl {
		/*margin:0 1em 0em 1em;*/
	}

	.news_con .news-2 {
		width: 100%;
		float: left;
		padding: 0;
		padding-top: 15px;
		margin-top: 15px
	}

	.news_con .news-2 dl {
		margin:0 1em 0em 1em;
	}
	.g-title {
	padding-bottom: 3em;
}
}

@media (max-width:660px) {
	.news_con .news-2 dd {
		width: 80%
	}
	.news_con time {
		display:none;
	}
}

@media (max-width:540px) {
	.news_con .news-1 dt {
		width: 45%
	}

	.news_con .news-1 dd {
		width: 55%
	}

	.news_con .news-2 dd {
		width: 77%
	}
}

@media (max-width:440px) {
	.news_con .news-1 dt {
		width: 100%
	}

	.news_con .news-1 dt img {
		width: 100%
	}

	.news_con .news-1 dd {
		width: 100%;
		padding-left: 0
	}

	.news_con .news-2 dd {
		width: 70%
	}
}

@media (max-width:360px) {
	.news_con .news-2 dd {
		width: 67%
	}
}

/* panel1_con */

.panel1_con .con{
    padding-top: 150px;
}
.panel1_con .con h4{
    font-size:24px;
    color:#333;
}
.panel1_con .con p{
    font-size:16px;
    color:#666;
    margin-top: 20px;
}

.panel2_con .con{
    padding-top: 80px;
}

/* panel3_con */


.panel3_con{
    padding-top: 100px;
}
.panel3_con ul{
    justify-content:center;
}
.panel3_con li{
    margin:0 70px;
}
.panel3_con li p{
    text-align: center;
    line-height: 30px;
    color:#333;
    font-size:16px;
}

/* panel5_con */

.panel5_con li{
    flex-basis: 50%;
    flex-grow: 1;
    margin:30px 0;
}
.panel5_con li .img{
    margin-right: 20px;
}
.panel5_con li .con{
    display: flex;
}
.panel5_con li .con h4{
    font-size:36px;
    font-weight: bold;
    text-align: center;
}
.panel5_con li .con h4 span{
    display:block;
    font-size:16px;
    font-weight: normal;
}
.panel5_con li .con p{
    font-size:16px;
    color:#333;
    margin-left: 5px;
}


/* panel7_con */

.panel7_con .img img{
    margin:auto;
}

/* panel8_con */

.panel8_con{
    text-align: center;
}
.panel8_con .img img{
    margin:auto;
}
.panel8_con .tit{
    margin-top: 40px;
}
.panel8_con .tit h4{
    font-size:44px;
    color:#fff;
}
.panel8_con .tit p{
    font-size:16px;
    color:#aaa;
    margin-top:6px;
}

.panel8_con .con{
    justify-content: center;
    margin: 40px 0;
}
.panel8_con .con ul{
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin:0 30px;
    color:#888;
    font-size:16px;
}
.panel8_con .con ul li{
    text-align: right;
    margin:30px 0 0;
}
.panel8_con .con ul li:first-child{
    margin-top: 0;
}
.panel8_con .con ul.ul2{
    align-items: flex-start;
    position: relative;
}
.panel8_con .con ul.ul2:before{
    content:'';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    background: #333;
}
.panel8_con .con ul.ul2 li{
    text-align: left;
}
.panel8_con .more a{
    display: block;
    width: 168px;
    height: 52px;
    line-height: 52px;
    margin:30px auto 0;
    background: #fff;
    color:#222;
    text-align: center;
    font-size:18px;
}

/* panel9_con */

.panel9_con a{
    display: flex;
    padding: 50px 50px 50px 0;
    align-items: center;
}
.panel9_con .tit{
    flex:1;
}
.panel9_con a.a1{
    padding:50px 0 50px 50px;
}
.panel9_con a .tit h4{
    font-size:36px;
    color:#fff;
}
.panel9_con a .tit p{
    font-size:16px;
    color:#fff;
    margin-top: 30px;
}
.panel9_con a .more i{
    font-size:40px;
    color:#fff;
}



/*页底css*/
 .footer {
    background: #0d1620;
    padding: 50px 0;
    color:#fff;
    font-size:14px;
}
.footer .item {
    position: relative;
    padding-left: 60px;
}
.footer .item:after {
    content:'';
    display: block;
    background:rgba(255, 255, 255, .17);
    width: 1px;
    height:160px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.footer_logo {
    padding-top: 20px;
}
.footer_tit {
    font-size:18px;
    color:#fff;
    margin-bottom: 10px;
}
.footer_contact {
    color:#fff;
}
.footer_code {
    max-width: 150px;
    padding: 0 0 0 50px;
}
.copyright {
    background: #2c2c2c;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    font-size:14px;
    color:#ddd;
}
.copyright a {
    color: #ddd;
}
.footer_logo .links{
    margin-top: 20px;
}
.footer_logo .links a {
    transition: all 0.5s ease;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}
.footer_logo .links a:hover {
    color: #305ca3;
}
/* phone_fixed_menu */
 .phone_fixed_menu {
    border-top: 1px solid #E5E9F2;
    width: 100%;
    height: 55px;
    background: #fff;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    display: none;
}
.phone_fixed_menu ul li {
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 55px;
    line-height: 1.2;
}
.phone_fixed_menu ul li a {
    display: block;
}
.phone_fixed_menu ul li i {
    font-size:20px;
    color:#333;
}
.phone_fixed_menu ul li p {
    color:#333;
    font-size:14px;
}
/*首页css__end*/

/*内页*/
 .page_tit {
    border-bottom: 1px solid #ccc;
    height:40px;
    line-height: 40px;
    overflow: hidden;
}
.page_tit h4 {
    flex:1;
    display: flex;
    line-height: 40px;
    font-weight: bold;
}
.page_tit h4 p {
    font-weight: normal;
}
.page_tit h4 p span {
    padding: 0 4px;
}
.ibanner {
    position: relative;
}
.ibanner .wrap {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color:#fff;
}
.ibanner .con {
    color:#fff;
    display: flex;
    align-items:center;
    flex:1;
}
.ibanner .con h4 {
    font-size:18px;
    line-height: 1.5;
}
.ibanner .con p {
    font-size:14px;
    font-family: Arial;
    text-transform: uppercase;
}
.ibanner .con p span {
    padding:0 6px;
}
.ibanner .pos a {
    color:#fff;
}
/* 内页分类 */
 .inner_menu {
    background: #e60012;
}
.inner_menu .tit {
    height: 50px;
    font-size:18px;
    background:rgba(0, 0, 0, .2);
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
    color:#fff;
}
.inner_menu&gt;ul&gt;li {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.inner_menu&gt;ul&gt;li&gt;a {
    display: block;
    height:40px;
    line-height:40px;
    padding:0 20px;
    color:#fff;
    font-size:14px;
}
.inner_menu&gt;ul&gt;li&gt;a:hover {
    background: #ec313f;
    color:#fff;
}
.inner_menu&gt;ul&gt;ul {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.inner_menu&gt;ul&gt;ul&gt;li&gt;a {
    display: block;
    height:40px;
    line-height:40px;
    padding:0 30px;
    color:#fff;
    font-size:13px;
	background:#ef1324;
}
.inner_menu&gt;ul&gt;ul&gt;li&gt;a:hover {
    background: #ec313f;
    color:#fff;
}
.publeftcon {
    margin:15px 0 0;
}
.publeftcon .tit {
    font-size:18px;
    height:44px;
    line-height: 44px;
    padding: 0 20px;
    color:#151515;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 10px;
}
.publeftcon .tit:before {
    width:4px;
    height:18px;
    background: #b8000e;
    content:'';
    display: block;
    position: absolute;
    left: 6px;
    top: 12px;
}
.publeftcon ul li {
    margin-bottom: 10px;
    position:relative;
}
.publeftcon ul li .img {
    max-height: 150px;
    overflow: hidden;
}
.publeftcon .con {
    font-size:14px;
    padding:10px 16px;
    color:#151515;
    background: #fff;
}
.publeftcon .con p {
    border-bottom: 1px solid #f7f7f7;
    line-height: 2.2;
}
.publeftcon ul li p {
    background:rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:40px;
    line-height: 40px;
    font-size:14px;
    color:#fff;
    text-align: center;
}
/* 内页二级分类显示 */
 .inner_sublist {
    transition: all .3s;
    padding: 0 20px;
    background:rgba(0, 0, 0, .02);
}
.inner_sublist li {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.inner_sublist li a {
    color:#151515;
    font-size:14px;
    display: block;
    line-height: 3;
}
.inner_sublist li a i {
    font-size:12px;
    margin-right: 5px;
}
.inner {
    padding: 40px 0;
}
.page_index {
    min-height:300px;
    background: #fff;
}
.page_index p {
    text-indent: 2em;
    font-size:14px;
    line-height:1.9;
    margin-bottom: 15px;
}
.page_index img {
    /*margin:auto;*/
    margin-bottom: 15px;
}
/* 单页内容 */
 .page_index .tit h1 {
    color:#444;
    font-size:30px;
    font-weight: bold;
}
.page_index .tit p {
    font-size:14px;
    border-bottom: 1px solid #f8f8f8;
    padding:6px 0 20px;
    margin:0;
    text-indent: 0;
}
.page_index .tit p span {
    margin-right:20px;
}
.page_index .tit p span i {
    margin-right:5px;
}
.page_index .desc {
    font-size:14px;
    background: #f8f8f8;
    padding:15px 20px;
    color:#888;
}
.page_index .desc span {
    font-weight: bold;
    color:#f04c36;
}
.page_index .con {
    padding:20px 0;
}
.xg_news {
    margin:40px 0 0;
}
.xg_news h3 {
    font-size:16px;
    border-bottom: 1px solid #eee;
    line-height:2;
    color:#3c3b5c;
}
.xg_news ul {
    margin-bottom: 20px;
}
.xg_news ul li {
    padding:15px 0 0;
}
.xg_news ul li .img {
    width:80px;
}
.xg_news ul li .con {
    flex:1;
    margin-left: 20px;
}
.xg_news ul li .con a {
    font-size:14px;
    display: block;
    line-height: 1.2;
    color:#555;
    margin-bottom: 3px;
}
.xg_news ul li .con span {
    color:#999;
}
.xg_news .tags {
    padding: 10px 0 20px;
}
.xg_news .tags a {
    display: inline-block;
    padding: 3px 10px;
    background: #ffba00;
    margin:0 5px 5px 0;
    color:#fff;
    font-size:14px;
    border-radius:3px;
}
.xg_news dl {
    margin:15px 0 0;
    border:1px solid #eee;
}
.xg_news dl dt {
    width: 100%;
}
.xg_news dl dd {
    font-size:16px;
    text-align: center;
    font-weight: bold;
    color:#151515;
    line-height: 2;
}
/* 产品列表 */
 .page_picList {
}
.page_picList .row {
    margin:0 -8px;
}
.page_picList li {
    margin-bottom:16px;
}
.page_picList li.col-md-4 {
    padding: 0 8px;
}
.page_picList li a {
    display:block;
    background: #fff;
}
.page_picList li .con {
    padding: 14px 15px;
}
.page_picList li .con h4 {
    transition: color .4s;
    font-size: 16px;
    color:#151515;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 24px;
    height:30px;
    overflow: hidden;
}
.page_picList li .con p {
    color:#555;
    margin: 10px 0 0;
    height: 44px;
    overflow: hidden;
    font-size:13px;
    text-align: center;
}
.page_picList li .img {
    overflow: hidden;
    max-height: 300px;
}
.page_picList li img {
    transition: all 0.6s;
    margin:0;
    width:100%;
}
.page_picList li:hover img {
    transform: scale(1.1);
}
.page_picList li span {
    display: inline-block;
    font-size: 14px;
    color:rgba(17, 17, 17, 0.5);
    margin-right: 18px;
    position: relative;
    padding: 6px 0;
}
.page_picList li:hover .con h4 {
    color:#e60012;
}
/* 单页联系我们 */
 .page_contact_index {
    padding:10px 0;
}
.page_contact_index .tit {
    font-size:14px;
    background: #fff;
    padding:10px 0;
    margin-bottom: 20px;
    color:#333;
}
.page_contact_index .con {
    background: #fff;
    padding: 10px 0 30px;
}
.page_contact_index p {
    font-size:16px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.page_contact_index p i {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 20px;
}
.page_contact_index .code img {
    border:1px solid #ddd;
}
.page_contact_index .code {
    margin-top:30px;
    max-width: 280px;
}
.page_contact_index .code span {
    text-align: center;
    display: block;
    font-size:16px;
    line-height:2;
}
.innerBgfff {
    background: #fff;
    overflow: hidden;
}
/*新闻列表*/
 .page_newsList {
}
.page_newsList li {
    border-bottom: 1px solid rgba(227, 227, 227, .61);
    transition: all .3s ease-out 0s;
    background: #fff;
    padding: 20px 0;
}
.page_newsList li:first-child {
    padding-top: 0;
}
.page_newsList li .img img {
    width:200px;
    height: 126px;
    margin-bottom: 0;
}
.page_newsList li .time {
    width: 140px;
    margin-right: 60px;
}
.page_newsList li .time p {
    color: #c5c5c5;
    font-size:30px;
}
.page_newsList li .time span {
    display: block;
    border: 1px solid #e6e6e6;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-family:宋体;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 2px;
    color: #aaa;
    transition: all .3s ease-out 0s;
}
.page_newsList li .con {
    transition: all .3s ease-out 0s;
    padding:0;
    flex:1;
    padding:10px 0 0 20px;
}
.page_newsList li .con h4 {
    height: 32px;
    color: #333;
    transition: all .3s ease-out 0s;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
}
.page_newsList li .con p {
    color: #888;
    font-size: 13px;
    line-height: 24px;
    max-height:75px;
    margin:0;
    text-indent: 0;
    overflow: hidden;
}
.page_newsList li .con span {
    display: block;
    color:#777;
    margin-top:8px;
}
.page_newsList li:hover {
    box-shadow: 0 0 10px 6px #eee;
    padding:20px 15px;
}
.page_newsList li:first-child:hover {
    padding-top: 0;
}
.page_newsList li:hover .con h4 {
    color: #124c96;
    font-weight: bold;
}
/* 新闻详情 */

/* 产品详情页 */
 .page_picshow {
    margin-bottom: 50px;
    background: #fff;
}
.page_picdetails {
}
.page_picdetails .img {
    max-height: 100%;
    overflow: hidden;
}
.page_picdetails .img img {
    width: 100%;
}
.page_picdetails .info {
}
.page_picdetails .info h1 {
    font-size:20px;
    margin: 10px 0 15px;
    color:#3c3b5c;
    line-height:1.3;
    border-bottom: 1px solid #eee;
    padding:0 0 14px;
}
.page_picdetails .info p {
    font-size:14px;
    margin:0 0 15px;
}
.page_picdetails .info&gt;span {
    background: #ee9d00;
    padding:3px 15px;
    margin-top:14px;
    display:inline-block;
    color:#fff;
    font-size:16px;
    border-radius: 5px;
}
.page_picdetails .info span i {
    font-size:20px;
    margin-right:6px;
}
.page_picdetails .info span em {
    font-style:normal;
    font-size:22px;
    font-family: Arial, Helvetica, sans-serif;
}
.page_picdetails .con {
    border:none;
    margin:0;
    padding: 20px 0 0;
}
.page_picdetails .con .tags {
    font-size:14px;
    margin-bottom: 15px;
}
.page_picdetails .con .tags a {
    color:#fff;
    background: #f04c36;
    display: inline-block;
    line-height: 1.4;
    padding: 0 3px;
    margin-right:3px;
}
.page_picdetails .con .ptit {
    font-size:16px;
    background: #f9f6f6;
    padding:6px 13px;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
}
.page_picdetails .con .ptit::before {
    content:'';
    display: block;
    width:3px;
    height:18px;
    background: #124c96;
    position: absolute;
    left:0;
    top:10px;
}
/* 案例列表 */
 .page_caseList {
    padding: 20px 0 0;
}
.page_caseList li {
    margin-bottom:20px;
}
.page_caseList li a {
    display: block;
    background: #fff;
    overflow: hidden;
}
.page_caseList li .con {
    padding: 15px 15px 0 0;
}
.page_caseList li .con h4 {
    font-size:20px;
    color:#151515;
    font-weight: bold;
}
.page_caseList li .con p {
    font-size:14px;
    margin:10px 0 20px;
    color:#777;
}
.page_caseList li .con span {
    display: block;
    background: #0053b1;
    color:#fff;
    display: inline-block;
    padding: 5px 20px;
    font-size:14px;
    transition:all .3s;
}
.page_caseList li .con span:hover {
    background: #ffba00;
    color:#fff;
}
.page_hotpic .tit {
    font-size:18px;
    text-align: center;
    position: relative;
    margin-bottom: 7px;
}
.page_hotpic .tit::before, .page_hotpic .tit::after {
    width:50px;
    height:1px;
    background: #eee;
    content:'';
    display:block;
    position: absolute;
    top:15px;
    left:0;
}
.page_hotpic .tit::after {
    left:auto;
    right:0;
}
.page_hotpic li {
    margin-bottom: 10px;
}
.page_hotpic li .img {
    max-height: 200px;
    overflow: hidden;
}
.page_hotpic li h4 {
    font-weight: normal;
    text-align: center;
    font-size:14px;
    padding: 10px 0 5px;
}
/*翻页*/
 .return_page {
    background: #f7f7f7;
    padding: 15px 20px;
    line-height: 30px;
    color: #666;
    position: relative;
}
.return_page p {
    margin-bottom: 0;
    text-indent: 0;
    line-height:2;
}
.return_page p a {
    color: #3f4959;
}
.return_page .go_history a {
    background: #3c4147;
    width:70px;
    height:30px;
    line-height:30px;
    text-align: center;
    color:#fff;
    position: absolute;
    right:0;
    top:50%;
    display:block;
    transform: translateY(-50%);
}
/*在线留言*/
 #myform4 {
    padding: 30px 0 0;
}
#myform4 table {
    width: 100%;
}
#myform4 tr {
    display: inline-flex;
    width: 48%;
    margin-bottom: 35px;
}
#myform4 tr:first-child {
    width: 100%;
}
#myform4 tr:nth-child(3n) {
    margin-left:4%;
}
#myform4 tr.content {
    width: 100%!important;
    display: flex;
    margin-left:0;
}
#myform4 tr td:first-child {
    line-height: 34px;
    color: #333;
}
#myform4 tr td:last-child {
    flex: 1;
}
#myform4 tr input, #myform4 tr textarea {
    height:34px;
    width: 100%!important;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #333;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: 微软雅黑;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#myform4 tr input:focus, #my_form tr textarea:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
#myform4 tr ::placeholder {
    color: #999;
    font-family: 微软雅黑;
    font-size: 14px;
}
#myform4 tr textarea {
    height:100px;
    padding-top: 6px;
}
#myform4 .btn {
    margin-left:30px;
}
#myform4 .btn input {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
#myform4 .btn input:first-child {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#myform4 tr td .btn-default{
	margin-left: 50px;
    width: auto!important;
    padding: 0 25px;
}
#myform4 .btn input:first-child:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.page_index .tit{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:0.75em;
}
.bdsharebuttonbox span {
    line-height:30px;
}</pre></body></html>